home *** CD-ROM | disk | FTP | other *** search
/ Mac-Source 1994 July / Mac-Source_July_1994.iso / C and C++ / System / Ultra / READ ME FIRST! next >
Encoding:
Text File  |  1994-02-07  |  1.1 KB  |  29 lines  |  [TEXT/ttxt]

  1. This folder contains an implementation of the" Ultra" pseudo-random number generator.  Included are source code written in C/Assembly, a header file and a demo.  The code REQUIRES a Macintosh (or other computer with a *Motorola* chip set, version 68020/68881 or higher).
  2.  
  3. Reference:
  4.  
  5.         Marsaglia, G. and A. Zaman, 1991, "A New Class of Random Number Generators", Annals of Applied Probability, vol. 1(3), pp. 462-480.
  6.  
  7. The remaining files in this folder were created in/by Think C <TM> but are readable as ordinary text files.  The contents are as follows:
  8.  
  9.     Ultra.h                         A header file containing necessary declarations and definitions
  10.  
  11.     UltraLib.c                Source code for the Ultra library
  12.  
  13.     UltraDemo.c         Source code for a demonstration program
  14.  
  15.     UltraDemo.out.org    Output produced by UltraDemo.c.  You should get identical results.
  16.  
  17. Even though this library has been extensively tested, it is nevertheless version 1.0.  Any comments, problems or criticisms from users are welcome.
  18.  
  19. Please contact
  20.  
  21.     Dr. Michael P. McLaughlin
  22.     MITRE Corp.
  23.     MS W337
  24.     7525 Colshire Dr.
  25.     McLean, VA  22102
  26.  
  27.     Tel.  (703) 883-7658
  28.  
  29.     E-Mail: mpmcl@mitre.org